Construct adjacency lists for graphs and directed graphs


Problem:

Given the following adjacency list representing a directed graph, draw the graph.

page1.gif (1616 bytes)

Solution:

Translate the information in the adjacency link into visual form.